home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Applications / Alpha.5.96 folder / Tcl / SystemCode / bibtexMode.tcl < prev    next >
Encoding:
Text File  |  1994-08-17  |  293 b   |  9 lines  |  [TEXT/ALFA]

  1. #############################################################################
  2. # BibTeX mode installation
  3. #
  4. lappend modes Bib
  5. append allModeMenus                 bibtexMenu
  6. set dummyProc(Bib)                dummyBibTeX
  7. set modeMenus(Bib)                 { latexMenu bibtexMenu }
  8. lappend modeSuffixes            {*.bib} { set winMode Bib }
  9.